home *** CD-ROM | disk | FTP | other *** search
/ The Weird Wide Web with AOL / The Weird Wide Web.iso / Making of the Weird Wide Web / Making of the Weird Wide Web.dir2 / 00002.ls next >
Encoding:
Text File  |  1997-03-20  |  464 b   |  17 lines

  1. on exitFrame
  2.   puppetSprite(3, 1)
  3.   set the movieRate of sprite 3 to 1
  4.   repeat while the movieRate of sprite 3
  5.     updateStage()
  6.     if the mouseDown then
  7.       repeat while not (the mouseUp)
  8.       end repeat
  9.       set the movieRate of sprite 3 to 0
  10.       puppetSprite(3, 0)
  11.       set the controller of cast "The Making of Weird Wide Web2" to 0
  12.       go(the frame + 1)
  13.     end if
  14.   end repeat
  15.   set the controller of cast "The Making of Weird Wide Web2" to 1
  16. end
  17.